projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fc75b0
)
; * java/Makefile.in: Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Wed, 12 Jun 2024 05:59:08 +0000
(13:59 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Wed, 12 Jun 2024 05:59:08 +0000
(13:59 +0800)
java/Makefile.in
patch
|
blob
|
history
diff --git
a/java/Makefile.in
b/java/Makefile.in
index 20d595eb3ca83df156bebdf7ae0e0d07a341d764..fd076c089ffc9181aef42b140f270d3772d6fd58 100644
(file)
--- a/
java/Makefile.in
+++ b/
java/Makefile.in
@@
-340,7
+340,7
@@
emacs.apk-in: install_temp AndroidManifest.xml classes.dex
echo "Packaging files eligible for compression...">&2;\
cd install_temp; find assets -type f \
| xargs $(ZIP) ../$@ &> /dev/null; \
- echo "Packag
ging files already compressed...">&2;
\
+ echo "Packag
ing files already compressed...">&2;
\
cd assets_gz; find assets -type f \
| xargs $(ZIP) ../../$@ &> /dev/null; \
echo "Packaging shared libraries and code..." >&2; \